Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmMenuItemsExportImport
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMenuItemsExportImport))
31         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34         Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
35         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
36         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
37         Me.Panel1 = New System.Windows.Forms.Panel()
38         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
39         Me.txtCategory = New System.Windows.Forms.TextBox()
40         Me.DataGridView1 = New System.Windows.Forms.DataGridView()
41         Me.btnUpdate = New System.Windows.Forms.Button()
42         Me.btnImportExcel = New System.Windows.Forms.Button()
43         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
44         Me.txtSearchByDish = New System.Windows.Forms.TextBox()
45         Me.dgw = New System.Windows.Forms.DataGridView()
46         Me.btnExportExcel = New System.Windows.Forms.Button()
47         Me.Label1 = New System.Windows.Forms.Label()
48         Me.btnReset = New System.Windows.Forms.Button()
49         Me.Label5 = New System.Windows.Forms.Label()
50         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
51         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
53         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
54         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
55         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
56         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
57         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
58         Me.Panel1.SuspendLayout()
59         Me.GroupBox2.SuspendLayout()
60         CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
61         Me.GroupBox1.SuspendLayout()
62         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
63         Me.SuspendLayout()
64         
'
65         
'Panel1
66         
'
67         Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
68             Or System.Windows.Forms.AnchorStyles.Left) _
69             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
70         Me.Panel1.BackColor = System.Drawing.Color.White
71         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
72         Me.Panel1.Controls.Add(Me.GroupBox2)
73         Me.Panel1.Controls.Add(Me.DataGridView1)
74         Me.Panel1.Controls.Add(Me.btnUpdate)
75         Me.Panel1.Controls.Add(Me.btnImportExcel)
76         Me.Panel1.Controls.Add(Me.GroupBox1)
77         Me.Panel1.Controls.Add(Me.dgw)
78         Me.Panel1.Controls.Add(Me.btnExportExcel)
79         Me.Panel1.Controls.Add(Me.Label1)
80         Me.Panel1.Controls.Add(Me.btnReset)
81         Me.Panel1.Controls.Add(Me.Label5)
82         Me.Panel1.Location = New System.Drawing.Point(
4, 3)
83         Me.Panel1.Name =
"Panel1"
84         Me.Panel1.Size = New System.Drawing.Size(
985, 580)
85         Me.Panel1.TabIndex =
2
86         
'
87         
'GroupBox2
88         
'
89         Me.GroupBox2.Controls.Add(Me.txtCategory)
90         Me.GroupBox2.Font = New System.Drawing.Font(
"Segoe UI Semibold", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
91         Me.GroupBox2.Location = New System.Drawing.Point(
254, 45)
92         Me.GroupBox2.Name =
"GroupBox2"
93         Me.GroupBox2.Size = New System.Drawing.Size(
233, 79)
94         Me.GroupBox2.TabIndex =
117
95         Me.GroupBox2.TabStop = False
96         Me.GroupBox2.Text =
"Search By Category :"
97         
'
98         
'txtCategory
99         
'
100         Me.txtCategory.BackColor = System.Drawing.Color.White
101         Me.txtCategory.Font = New System.Drawing.Font(
"Segoe UI Semibold", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
102         Me.txtCategory.Location = New System.Drawing.Point(
19, 31)
103         Me.txtCategory.Name =
"txtCategory"
104         Me.txtCategory.Size = New System.Drawing.Size(
208, 29)
105         Me.txtCategory.TabIndex =
0
106         
'
107         
'DataGridView1
108         
'
109         Me.DataGridView1.AllowUserToAddRows = False
110         Me.DataGridView1.AllowUserToDeleteRows = False
111         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
112         Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
113         Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
114             Or System.Windows.Forms.AnchorStyles.Left) _
115             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
116         Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
117         Me.DataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
118         Me.DataGridView1.BackgroundColor = System.Drawing.Color.White
119         Me.DataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
120         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
121         DataGridViewCellStyle2.BackColor = System.Drawing.Color.LightSeaGreen
122         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
123         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
124         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
125         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
126         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
127         Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
128         Me.DataGridView1.ColumnHeadersHeight =
24
129         Me.DataGridView1.Cursor = System.Windows.Forms.Cursors.Hand
130         Me.DataGridView1.EnableHeadersVisualStyles = False
131         Me.DataGridView1.GridColor = System.Drawing.Color.White
132         Me.DataGridView1.Location = New System.Drawing.Point(
6, 130)
133         Me.DataGridView1.MultiSelect = False
134         Me.DataGridView1.Name =
"DataGridView1"
135         Me.DataGridView1.ReadOnly = True
136         Me.DataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
137         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
138         DataGridViewCellStyle3.BackColor = System.Drawing.Color.LightSeaGreen
139         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
140         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
141         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Orange
142         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
143         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
144         Me.DataGridView1.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
145         Me.DataGridView1.RowHeadersWidth =
25
146         Me.DataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
147         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
148         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
149         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.MediumTurquoise
150         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
151         Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle4
152         Me.DataGridView1.RowTemplate.Height =
18
153         Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
154         Me.DataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
155         Me.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
156         Me.DataGridView1.Size = New System.Drawing.Size(
971, 442)
157         Me.DataGridView1.TabIndex =
116
158         Me.DataGridView1.Visible = False
159         
'
160         
'btnUpdate
161         
'
162         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
163         Me.btnUpdate.Enabled = False
164         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
165         Me.btnUpdate.Image = CType(resources.GetObject(
"btnUpdate.Image"), System.Drawing.Image)
166         Me.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
167         Me.btnUpdate.Location = New System.Drawing.Point(
763, 59)
168         Me.btnUpdate.Name =
"btnUpdate"
169         Me.btnUpdate.Size = New System.Drawing.Size(
100, 64)
170         Me.btnUpdate.TabIndex =
115
171         Me.btnUpdate.Text =
"&Update"
172         Me.btnUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
173         Me.btnUpdate.UseVisualStyleBackColor = True
174         
'
175         
'btnImportExcel
176         
'
177         Me.btnImportExcel.Cursor = System.Windows.Forms.Cursors.Hand
178         Me.btnImportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
179         Me.btnImportExcel.Image = CType(resources.GetObject(
"btnImportExcel.Image"), System.Drawing.Image)
180         Me.btnImportExcel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
181         Me.btnImportExcel.Location = New System.Drawing.Point(
628, 59)
182         Me.btnImportExcel.Name =
"btnImportExcel"
183         Me.btnImportExcel.Size = New System.Drawing.Size(
129, 64)
184         Me.btnImportExcel.TabIndex =
114
185         Me.btnImportExcel.Text =
"&Import Excel"
186         Me.btnImportExcel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
187         Me.btnImportExcel.UseVisualStyleBackColor = True
188         
'
189         
'GroupBox1
190         
'
191         Me.GroupBox1.Controls.Add(Me.txtSearchByDish)
192         Me.GroupBox1.Font = New System.Drawing.Font(
"Segoe UI Semibold", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
193         Me.GroupBox1.Location = New System.Drawing.Point(
7, 45)
194         Me.GroupBox1.Name =
"GroupBox1"
195         Me.GroupBox1.Size = New System.Drawing.Size(
241, 79)
196         Me.GroupBox1.TabIndex =
113
197         Me.GroupBox1.TabStop = False
198         Me.GroupBox1.Text =
"Search By Item Name :"
199         
'
200         
'txtSearchByDish
201         
'
202         Me.txtSearchByDish.BackColor = System.Drawing.Color.White
203         Me.txtSearchByDish.Font = New System.Drawing.Font(
"Segoe UI Semibold", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
204         Me.txtSearchByDish.Location = New System.Drawing.Point(
19, 31)
205         Me.txtSearchByDish.Name =
"txtSearchByDish"
206         Me.txtSearchByDish.Size = New System.Drawing.Size(
212, 29)
207         Me.txtSearchByDish.TabIndex =
0
208         
'
209         
'dgw
210         
'
211         Me.dgw.AllowUserToAddRows = False
212         Me.dgw.AllowUserToDeleteRows = False
213         DataGridViewCellStyle5.BackColor = System.Drawing.Color.FloralWhite
214         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
215         Me.dgw.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
216             Or System.Windows.Forms.AnchorStyles.Left) _
217             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
218         Me.dgw.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
219         Me.dgw.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
220         Me.dgw.BackgroundColor = System.Drawing.Color.White
221         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
222         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
223         DataGridViewCellStyle6.BackColor = System.Drawing.Color.LightSeaGreen
224         DataGridViewCellStyle6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
225         DataGridViewCellStyle6.ForeColor = System.Drawing.Color.Black
226         DataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.LightSteelBlue
227         DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
228         DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
229         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
230         Me.dgw.ColumnHeadersHeight =
24
231         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column5, Me.Column1, Me.Column2, Me.Column6, Me.Column7, Me.Column3, Me.Column4})
232         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
233         Me.dgw.EnableHeadersVisualStyles = False
234         Me.dgw.GridColor = System.Drawing.Color.White
235         Me.dgw.Location = New System.Drawing.Point(
4, 130)
236         Me.dgw.MultiSelect = False
237         Me.dgw.Name =
"dgw"
238         Me.dgw.ReadOnly = True
239         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
240         DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
241         DataGridViewCellStyle9.BackColor = System.Drawing.Color.LightSeaGreen
242         DataGridViewCellStyle9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
243         DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText
244         DataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.Orange
245         DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
246         DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
247         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle9
248         Me.dgw.RowHeadersWidth =
25
249         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
250         DataGridViewCellStyle10.BackColor = System.Drawing.Color.White
251         DataGridViewCellStyle10.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
252         DataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.MediumTurquoise
253         DataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.White
254         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle10
255         Me.dgw.RowTemplate.Height =
18
256         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
257         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
258         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
259         Me.dgw.Size = New System.Drawing.Size(
971, 442)
260         Me.dgw.TabIndex =
112
261         
'
262         
'btnExportExcel
263         
'
264         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
265         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
266         Me.btnExportExcel.Image = CType(resources.GetObject(
"btnExportExcel.Image"), System.Drawing.Image)
267         Me.btnExportExcel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
268         Me.btnExportExcel.Location = New System.Drawing.Point(
493, 59)
269         Me.btnExportExcel.Name =
"btnExportExcel"
270         Me.btnExportExcel.Size = New System.Drawing.Size(
129, 64)
271         Me.btnExportExcel.TabIndex =
5
272         Me.btnExportExcel.Text =
"&Export Excel"
273         Me.btnExportExcel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
274         Me.btnExportExcel.UseVisualStyleBackColor = True
275         
'
276         
'Label1
277         
'
278         Me.Label1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
279             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
280         Me.Label1.BackColor = System.Drawing.Color.DarkViolet
281         Me.Label1.Font = New System.Drawing.Font(
"Segoe UI Semibold", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
282         Me.Label1.ForeColor = System.Drawing.Color.White
283         Me.Label1.Location = New System.Drawing.Point(
8, 4)
284         Me.Label1.Name =
"Label1"
285         Me.Label1.Size = New System.Drawing.Size(
967, 34)
286         Me.Label1.TabIndex =
111
287         Me.Label1.Text =
"Menu Items Export/Import"
288         Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
289         
'
290         
'btnReset
291         
'
292         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
293         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
294         Me.btnReset.Image = CType(resources.GetObject(
"btnReset.Image"), System.Drawing.Image)
295         Me.btnReset.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
296         Me.btnReset.Location = New System.Drawing.Point(
869, 60)
297         Me.btnReset.Name =
"btnReset"
298         Me.btnReset.Size = New System.Drawing.Size(
106, 64)
299         Me.btnReset.TabIndex =
0
300         Me.btnReset.Text =
"&Reset"
301         Me.btnReset.TextAlign = System.Drawing.ContentAlignment.MiddleRight
302         Me.btnReset.UseVisualStyleBackColor = True
303         
'
304         
'Label5
305         
'
306         Me.Label5.AutoSize = True
307         Me.Label5.Location = New System.Drawing.Point(
339, 75)
308         Me.Label5.Name =
"Label5"
309         Me.Label5.Size = New System.Drawing.Size(
0, 13)
310         Me.Label5.TabIndex =
12
311         
'
312         
'Timer1
313         
'
314         
'
315         
'Column5
316         
'
317         Me.Column5.HeaderText =
"Item ID"
318         Me.Column5.Name =
"Column5"
319         Me.Column5.ReadOnly = True
320         
'
321         
'Column1
322         
'
323         Me.Column1.FillWeight =
105.9322!
324         Me.Column1.HeaderText =
"Item Name"
325         Me.Column1.Name =
"Column1"
326         Me.Column1.ReadOnly = True
327         
'
328         
'Column2
329         
'
330         Me.Column2.FillWeight =
116.509!
331         Me.Column2.HeaderText =
"Category"
332         Me.Column2.Name =
"Column2"
333         Me.Column2.ReadOnly = True
334         
'
335         
'Column6
336         
'
337         Me.Column6.FillWeight =
124.845!
338         Me.Column6.HeaderText =
"Kitchen/Section"
339         Me.Column6.Name =
"Column6"
340         Me.Column6.ReadOnly = True
341         
'
342         
'Column7
343         
'
344         Me.Column7.HeaderText =
"Inventory Type"
345         Me.Column7.Name =
"Column7"
346         Me.Column7.ReadOnly = True
347         
'
348         
'Column3
349         
'
350         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
351         Me.Column3.DefaultCellStyle = DataGridViewCellStyle7
352         Me.Column3.FillWeight =
78.84892!
353         Me.Column3.HeaderText =
"Rate"
354         Me.Column3.Name =
"Column3"
355         Me.Column3.ReadOnly = True
356         
'
357         
'Column4
358         
'
359         DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
360         Me.Column4.DefaultCellStyle = DataGridViewCellStyle8
361         Me.Column4.FillWeight =
73.86484!
362         Me.Column4.HeaderText =
"Discount %"
363         Me.Column4.Name =
"Column4"
364         Me.Column4.ReadOnly = True
365         
'
366         
'frmMenuItemsExportImport
367         
'
368         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
369         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
370         Me.BackColor = System.Drawing.Color.Orange
371         Me.ClientSize = New System.Drawing.Size(
992, 588)
372         Me.Controls.Add(Me.Panel1)
373         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
374         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
375         Me.Name =
"frmMenuItemsExportImport"
376         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
377         Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
378         Me.Panel1.ResumeLayout(False)
379         Me.Panel1.PerformLayout()
380         Me.GroupBox2.ResumeLayout(False)
381         Me.GroupBox2.PerformLayout()
382         CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
383         Me.GroupBox1.ResumeLayout(False)
384         Me.GroupBox1.PerformLayout()
385         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
386         Me.ResumeLayout(False)
387
388     End Sub
389     Friend WithEvents Panel1 As System.Windows.Forms.Panel
390     Friend WithEvents btnReset As System.Windows.Forms.Button
391     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
392     Friend WithEvents Label5 As System.Windows.Forms.Label
393     Friend WithEvents Label1 As System.Windows.Forms.Label
394     Friend WithEvents dgw As System.Windows.Forms.DataGridView
395     Friend WithEvents btnImportExcel As System.Windows.Forms.Button
396     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
397     Friend WithEvents txtSearchByDish As System.Windows.Forms.TextBox
398     Friend WithEvents btnUpdate As System.Windows.Forms.Button
399     Friend WithEvents Timer1 As System.Windows.Forms.Timer
400     Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
401     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
402     Friend WithEvents txtCategory As System.Windows.Forms.TextBox
403     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
404     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
405     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
406     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
407     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
408     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
409     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
410
411 End Class


Gõ tìm kiếm nhanh...